﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
/**************************pc头部&导航**************************/
.header{
	width:96%;
	max-width:1200px;
	height:100px;
	margin:0 auto;
	}
.logo{
	width:433px;
	height:80px;
	float:left;
	margin-top:10px;
	}
.nav{
	width:650px;
	float:right;
	}
.nav ul{
	}
.nav ul li{
	float:left;
	font-size:16px;
	font-weight:bold;
    position:relative;
	line-height: 100px;
	width:14.2%;
	text-align:center;
	}
.nav ul li+li{
	}
.nav ul li a{
	color:#333;
    display: block;
	}
.nav ul li a:after{
	content: '';
    display: block;
    width: 1%;
    height: 3px;
    line-height: 2px;
    background: #1ca452;
    position: absolute;
    left: 50%;
    top: 97px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
	}
.nav ul li:hover a:after{
	width: 100%;
    left: 0;
    opacity: 1;
	}
.nav ul li:hover a:after{
	}
.nav ul li a:hover{
	color:#1ca452;
	}
.nav ul li.hover a:after{
	width: 100%;
    left: 0;
    opacity: 1;
	}
.nav ul li.hover a{
	color:#1ca452;
	}
@media (max-width:1130px) {
.nav{
	width:527px;
	}
	}
/**************************手机头部%导航**************************/
.s-header{
	width:100%;
	height:70px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.s-logo{
	float:left;
	margin-top:10px;
	margin-left:20px;
	}
button.up{
	border:none;
    background-color: #fff;
    float: right;
	outline:none;
	padding:18px;
}
button.up:hover{
    background-color: #f5f5f5;
}
button.up span:before{
	width:30px;
	height:3px;
	content:"";
	display:block;
	background:#1ca452;
	margin:6px 0px;
	}
/*button.up:before{
	font-family: 'FontAwesome';
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-weight:lighter;
	}
button.up:before {
	content: "\f0c9";
}
span{
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
span:hover{
    background-color: #f5f5f5;
}
*/
.bgnad{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.bgDiv{
	width:96%;
	margin-left:2%;
	border-radius:20px;
	background:#1ca452;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:20px;
}
.upNav{
   width: 100%;
   overflow:hidden;
    background-color: #fff;
    position:absolute;
    z-index: 9999;
    top: -105%;
	padding-bottom:30px;
	margin-bottom:30px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
}
#daoh{
	}
#daoh li{
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
	}
#daoh li a{
	font-size:14px;
	color:#333;
	display:block;
	}
.s-header{
	display:none;
	}
.upNav{
	display:none;
	}
@media (max-width:1000px) {
.header{
	display:none;
	}
.s-header{
	display:block;
	}
.upNav{
	display:block;
	}
	}
.fobg{
	width:100%;
	padding:30px 0px;
	background:#f8f8f8;
	overflow:hidden;
	margin-top:50px;
	}
.footer{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	}
.footer .foul{
	float:left;
	overflow:hidden;
	}
.footer .foul ul li{
	font-size:14px;
	color:#333;
	margin-top:10px;
	line-height:30px;
	}
.footer .foul ul li:nth-of-type(1){
	font-size:16px;
	color:#333;
	margin-top:0px;
	}
.footer .foul ul:nth-of-type(1){
	float:left;
	overflow:hidden;
	}
.footer .foul ul:nth-of-type(2){
	float:left;
	overflow:hidden;
	margin-left:50px;
	}
.footer .foul ul:nth-of-type(2) li+li{
	float:left;
	margin-top:20px;
	}
.footer .foul ul:nth-of-type(2) li+li+li{
	margin-left:15px;
	}
.footer .foewm{
	width:100px;
	height:100px;
	float:right;
	}
.banq{
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:45px;
	background:#282828;
	}
.banq a{
	color:#fff;
	}
@media screen and (min-width:890px) and (max-width:2000px){
.footer .foul ul:nth-of-type(1){
	float:left;
	overflow:hidden;
	width:550px;
	}
.footer .foul ul:nth-of-type(1) li+li{
	float:left;
	width:50%;
	}
	}
@media (max-width:650px) {
.footer .foul{
	float:none;
	width:100%;
	}
.footer .foul ul:nth-of-type(2){
	float:right;
	margin-left:0px;
	}
.footer .foewm{
	float:left;
	margin-top:30px;
	}
	}
@media (max-width:450px) {
.footer .foul ul:nth-of-type(1){
	float:none;
	}
.footer .foul ul:nth-of-type(2){
	float:none;
	margin-left:0px;
	margin-top:20px;
	}
	}
#bravo{
	width:400px;
	height:225px;
	background:#CCC;
	position: fixed;
	left:0;
	top:300px;
	z-index: 999;
	}
#bravo a.span{
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 18px;
	cursor:pointer;
	box-shadow: 0px 0px 2px rgba(0,0,0,.3);
	}
#bravo:target{
	display:none;
	}